You are here: Available Utilities > F > FAP2RTF > FAP2RTF.INI File Settings

FAP2RTF INI File Settings

The following control groups and options are required for the FAP2RTF utility.

< Printer >
PrtType	= RTF

Option

Description

PrtType

Enter a name such as RTF.

< Printers >
PrtType	= RTF

Option

Description

PrtType

Enter the name you entered for this option in the Printer control group.

< PrtType:RTF >
  Module	= RTFW32
  PrintFunc	= RTFPrint
  Device	= c:\frame.rtf
  PageNumbers	= Yes
  AllowInput	= Yes
  EmptyHeaders	= Yes
  EmptyFooters	= Yes
  WriteFrames	= No
  BmSub		= Yes
  BmSubChar	= _
  TemplateFields = Yes,Enabled
  SendColor	= Yes,Enabled

Option

Description

Module

The DLL name of the RTF driver.

PrintFunc

Enter the function name of the print function.

Device

Enter the name of output file when printing from Studio.

PageNumbers

Enter Yes to print page numbers on each page. The default is No.

AllowInput

Enter Yes to enable form fields. The default is No.

EmptyHeaders

Enter Yes if you want empty headers in the RTF file. The default is No.

EmptyFooters

Enter Yes if you want empty footers in the RTF file. The default is No.

WriteFrame

Enter No if frames are not required. The default is Yes.

BmSub

Enter No if you do not want to replace invalid characters. The default is Yes.

BmSubChar

Enter character to use when invalid characters are substituted. The default is the underscore ( _ ).

TemplateFields

The default, Yes, tells the system to test print Xs in variable fields. If you also include Enabled (Yes,Enabled), the Template Variable Fields field in Studio is checked.

SendColor

Enter Yes to print in color. The default is No. If you also include Enabled (Yes,Enabled), the Send Color field in Studio is checked.

If you chose to allow form fields, you may also need to include the WordTimeFormats and WordDateFormats control groups. You can use these control groups in case you are using a time or date format in Documaker that has no equivalent in Word. The following groups and options let you map a Documaker format to a Word format.

< WordTimeFormats >
  hh:mm XM = 
< DateTimeFormats >
  bD/bM/YY = 

To the left of the equal sign, you list the Documaker format used on the section. To the right, you list the Word format you want to use.